home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT LANGUAGE="VBScript" RUNAT="Server">
- Sub Session_OnStart
-
- 'IMPORTANT This global.asa file should be used to customize presenter for your custom settings on your local setup.
-
- 'Path to the install for Netscape
- Application("NS_PLAY") = "http://www.microsoft.com/windows/mediaplayer/download/default.asp"
-
- 'Path to Core install and File Transfer Control For IE
- Application("NS_CORE") = "http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
- Application("NS_FILE") = "http://activex.microsoft.com/activex/controls/mplayer/en/nsftsinf.cab#Version=3,0,0,2700"
- Application("MCSIControls") = "http://activex.microsoft.com/controls/mcsi/mcsiall.cab#version=1,0,0,45"
-
- 'High bandwith file transfer settings
- Application("VS_FTS_IP") = "237.111.114.39"
- Application("VS_FTS_PORT") = "20158"
-
- 'Low Bandwith File Transfer Settings
- Application("LOW_FTS_IP") = "237.111.114.32"
- Application("LOW_FTS_PORT") = "20152"
-
- 'Show start time and show end time
- 'THESE DATES MUST BE STORED IN GMT (AKA UTC)
- Application("SHOW_TIME") = "04/15/1998 21:32:01"
- Application("SHOW_END_TIME") = "05/19/1998 10:00:02"
-
- 'Event Title
- Application("EVENT_TITLE") = "Test Presentation"
-
- 'Name and E-mail Address of person responsible for Event/person filling out this form
- 'Feel free to leave either of the values below blank if you do not want to provide this information to the user should an error occur.
- Application("ADMIN_NAME") = "" 'Name
- Application("ADMIN_EMAIL") = "" 'E-mail Address
-
- 'Dimensions of NSPlayer
- Application("VIDEO_WIDTH") = 176 'Pixel Width of Video Screen
- Application("VIDEO_HEIGHT") = 133 'Pixel Height of Video Screen
-
- 'The path to the asx file for the Presentation
- Application("ASX") = "yourfilehere.asx"
-
- 'Multicast - enter value of "True" or "False"
- Application("MULTICAST") = "True"
-
- End Sub
- </SCRIPT>